HatchStyle Property

Specifies the rendering for a hatch. The defined values for the draw:style attribute are: -double, defines a hatch that is made of a set of parallel lines along the axis of the hatch and a set of parallel lines perpendicular to the axis of the hatch. -single, defines a hatch that is made of parallel lines along the axis of the hatch. -triple, defines a hatch that is made of a set of parallel lines along the axis of the hatch, a set of parallel lines perpendicular to the axis of the hatch and a set of lines along 45 degree clockwise to the axis of the hatch.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public HatchStyle Style { get; set; }

Property Value

HatchStyle

See Also